home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / lice / misc / test / Makefile next >
Encoding:
Makefile  |  1991-09-04  |  966 b   |  30 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../Makedefs
  14. include ../Makedefs
  15.  
  16. CURDIR  = $(TOP)/$(DIRNAME)/test/
  17. HEADERS = test.h
  18. SOURCES = test.C
  19. OBJECTS = $(SOURCES:.C=.o)
  20. SUBDIRS = 
  21.  
  22. include ../../Makeclassestargs
  23. # DO NOT DELETE THIS LINE -- mkdepend depends on it.
  24.  
  25. test.o : /usr/include/CC21/stream.h /usr/include/CC21/iostream.h
  26. test.o : /usr/include/CC21/memory.h /usr/include/CC21/iomanip.h
  27. test.o : /usr/include/CC21/generic.h /usr/include/CC21/stdiostream.h
  28. test.o : /usr/include/CC21/stdio.h /usr/include/CC21/errno.h
  29. test.o : /usr/include/CC21/stddef.h /usr/include/CC21/fstream.h
  30.